home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / batch / MiniMen.lha / MiniMen / MiniMen.doc < prev    next >
Encoding:
Text File  |  1999-08-31  |  1.7 KB  |  53 lines

  1.  
  2.  
  3.  MiniMen v1.1  (C) 1995-99  Lorence Lombardo. This program is `FreeWare'.
  4.  
  5.  lory@netspace.net.au
  6.  
  7.  Usage: MiniMen <filename>
  8.         MiniMen ?                for info    
  9.  
  10.  If no file name is given it will then default to `S:MiniMen.data'.
  11.  
  12.  Programed in 95, couple of bugs removed between that time.
  13.  
  14.  
  15.  
  16.  What the #@&* is MiniMen ?
  17.  
  18.  MiniMen is a GUI menu program which was designed to be used in script files,
  19.  supporting up to 165 user defined buttons.
  20.  
  21.  
  22.  Before you can use MiniMen you need to create a data file containing the
  23.  title, button names & button function with your favorite text editor.
  24.       The first line in the data file will be the title which will be
  25.  displayed in the MiniMen window. The next line(s) will be the button name
  26.  & button function.
  27.  eg.    OPUS|sys:utilities/DOpus
  28.  The text before the "|" will be the button name (ie. OPUS). The text after
  29.  the "|" will be the button function (ie. sys:utilities/DOpus)
  30.  When you select the "OPUS" button "sys:utilities/DOpus" will be stored as
  31.  a variable in ENV:. That variable being $MinMen.
  32.  See files "drives" & "progs" in this archive for examples of how to create
  33.  a MiniMen data file.
  34.  
  35.  See script files "DMSX" & "Launch" as examples of how to use MiniMen in a
  36.  script.
  37.  
  38.  The DMSX script is a script file which can be used to extract DMS
  39.  archives & can be easily adapted to be used in directory utility by
  40.  removing the file requestor part of the script. The script could be
  41.  activated by double clicking on the selected DMS file with the directory
  42.  utility. You can also adapt the script to archive disks to DMS.
  43.  
  44.  MiniMen was programed as an exercise in GUI & Menu programing, but I ended
  45.  up finding several uses for it.
  46.  
  47.  
  48.  Check out archive "MENU.zip" as a bonus program.
  49.  
  50.  
  51. The end.......
  52. CYA..........!
  53.